home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / B-C / C++ FAQ Reference 1.0.sit / C++ FAQ Reference 1.0.rsrc / STR#_130.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  311 b   |  15 lines

  1. What is a class?
  2.  
  3. What is an object?
  4.  
  5. What is a reference?
  6.  
  7. What happens if you assign to a reference?
  8.  
  9. How can you reseat a reference to make it refer to a different object?
  10.  
  11. When should I use references, and when should I use pointers?
  12.  
  13. What are inline fns? What are their advantages? How are they declared?
  14.  
  15.